Namespace:
NHibernate.BusinessObjects
Assembly:
NHibernate.BusinessObjects (in NHibernate.BusinessObjects.dll)
Syntax
| Visual Basic |
|---|
Public Interface IBusinessObject(Of Out TKey As {Structure, New}) _
Inherits IBusinessObject |
| C# |
|---|
public interface IBusinessObject<out TKey> : IBusinessObject
where TKey : struct, new()
|
| Visual C++ |
|---|
generic<typename TKey>
where TKey : value class, gcnew()
public interface class IBusinessObject : IBusinessObject |
| JavaScript |
|---|
JavaScript does not support generic types or methods. |
Type Parameters
See Also